samba.git
2002-04-15 Andrew Tridgellby using a prompter function we can avoid the bug in...
2002-04-15 Tim PotterMerge ... print server permission handling fixes from...
2002-04-15 Tim PotterFixed incorrect debug.
2002-04-15 Tim PotterAdded hex values as comments for the standard access...
2002-04-14 Tim PotterRename new_policy_hnd_object() to new_spoolss_policy_hn...
2002-04-14 Tim PotterExplicitly return a list in py_ntstatus_tuple() and...
2002-04-14 Tim PotterCall PyErr_SetString instead of fprintf to stderr.
2002-04-14 Tim PotterShutdown cli_state in the dealloc function. This happe...
2002-04-14 Tim PotterAdded enumerate trusted domains.
2002-04-14 Volker LendeckeMerge from 2_2.
2002-04-14 Tim PotterThe cli_lsa_lookup_{names,sids} functions were returnin...
2002-04-14 Tim PotterAdded error string for STATUS_SOME_UNMAPPED
2002-04-14 Tim PotterAdded a status code for lsa_lookup_{sids,names} returni...
2002-04-14 Andrew BartlettExtra file for the tdb search code (linked list definit...
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-14 Tim PotterNew file to hold common prototypes.
2002-04-14 Tim PotterMoved security descriptor routines into their own file.
2002-04-14 Tim PotterMoved function prototypes to py_common_proto.h
2002-04-14 Tim PotterAdded copyright.
2002-04-14 Andrew Tridgellit looks like it is possible for a w2k client to send...
2002-04-14 Andrew Tridgellwin2000 does not check the permissions on the share...
2002-04-14 Andrew Tridgellpull_username() is a local function
2002-04-14 Andrew Tridgellhanle the case where the win2000 username is completely...
2002-04-14 Andrew Tridgellmodified the ADS backend to accept either the long...
2002-04-14 Tim PotterFixed debugs.
2002-04-14 Tim PotterFixed comment.
2002-04-14 Tim PotterMade a comment clearer.
2002-04-14 Tim PotterGenerate proto for lsa.
2002-04-14 Tim PotterStarting work on lsa module.
2002-04-14 Tim PotterMore open_pipe_creds() refactoring.
2002-04-14 Tim PotterMoved open_pipe_creds() function to common file.
2002-04-13 Andrew BartlettAs always, vance looks after the grammer... :-)
2002-04-13 Andrew Tridgelltwo time handling bugfixes
2002-04-13 Andrew BartlettFix the build on platforms that use our internal popt.
2002-04-13 Andrew BartlettPatch for arbitary smb.conf paramaters (to make the...
2002-04-13 Andrew BartlettFix the compile-bug in pdb_ldap from my last patch.
2002-04-13 Andrew BartlettDoco update from Hasch@t-online.de (Juergen Hasch)
2002-04-13 Andrew BartlettMore updates from ctrlsoft. (Jelmer Vernooij <jelmer...
2002-04-13 Andrew BartlettBetter handling of uid/gid -> RID and RID -> uid/gid...
2002-04-13 Andrew BartlettThis is the 'multiple pdb backends' patch from ctrlsoft...
2002-04-13 Andrew BartlettMake our atomic increment code actually do this during...
2002-04-13 Jeremy AllisonTidy up winbindd debug. Added Bill Moran's hide unreada...
2002-04-13 Andrew Tridgellwhen background printing wasn't enabled printing was...
2002-04-12 Andrew Tridgellfixed the display of the 'size on disk' property of...
2002-04-12 Andrew BartlettRemove : from the list seperators, as this is used...
2002-04-12 Andrew Tridgellset the default hashing scheme in head to "hash2"
2002-04-12 Andrew Tridgellnicer measurement of failures and collisions
2002-04-12 Andrew Tridgellbetter mangling test. We now test that we can create...
2002-04-12 Andrew Tridgell- added a mangling test suite that measures the collisi...
2002-04-11 Andrew BartlettMuch better support for both non-algorithic RIDs (where...
2002-04-11 Jeremy AllisonHP2500C driver writes devmode with private data that...
2002-04-11 Andrew Tridgelladded strndup() for systems that don't have it
2002-04-11 Andrew Tridgelldon't try to return a void
2002-04-11 Andrew Tridgellpossibly fix the 15000 user problem
2002-04-11 Andrew Tridgell- the 36^6 hash space gives 31 bits, not 32 bits. We...
2002-04-11 Andrew Tridgella few debug statements (disabled)
2002-04-11 Andrew Tridgelldon't treat '.' as FLAG_ASCII, instead handle it separately
2002-04-11 Andrew Tridgell- tidier flag checking code
2002-04-11 Andrew Tridgelladded some more comments
2002-04-11 Andrew Tridgellsome optimisations to the new mangling system
2002-04-11 Andrew Tridgellthis adds a completely new hash based mangling scheme
2002-04-11 Tim PotterImplemented a setup_logging() function that takes two...
2002-04-11 Tim PotterImplemented a setup_logging() function that takes two...
2002-04-11 Tim PotterIgnore bin directory.
2002-04-11 Gerald Carterremoved unnecessary memset
2002-04-11 Jeremy AllisonCorrectly emulate NT in printer handle opening access...
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-04-11 Gerald Carters/werror_str/dos_errstr/g to fix compile
2002-04-11 Gerald Cartermerge from 2.2
2002-04-11 Gerald CarterWERROR merge from SAMBA_2_2
2002-04-11 Gerald Carterspecversion merge from SAMBA_2_2
2002-04-11 Tim PotterAdded a whole bunch more permission constants.
2002-04-11 Jeremy AllisonRemoved duplicate _LARGEFILE64_SOURCE added in error.
2002-04-11 Jeremy AllisonEnsure VFS modules will build correctly by adding defin...
2002-04-10 Jim McDonoughRename of ads_do_search_all2() to ads_do_search_all...
2002-04-10 Jim McDonoughAdd a few option externs for net_ads.c
2002-04-10 Jim McDonoughA few more updates:
2002-04-10 Jim McDonoughAdd ads ldap server controls
2002-04-10 Tim PotterFixed missing alignment in spoolss_io_q_enumjobs()...
2002-04-10 Tim PotterAdded cli_spoolss_enumjobs() function.
2002-04-10 Jeremy AllisonAdded Shirish's client side caching policy change.
2002-04-10 Andrew Tridgellfixed a return value for a help function
2002-04-10 Tim PotterMoved definition of winbind username/password secrets...
2002-04-09 Tim PotterWhen printing a tdb log message display "unnamed" inste...
2002-04-09 Jeremy AllisonShirish pointed out more areas we should be doing round...
2002-04-09 Tim PotterFixed typo in debug statement.
2002-04-09 Tim PotterFixed some compiler warnings.
2002-04-09 Tim PotterAdded WERR_INVALID_FORM_NAME constant.
2002-04-09 Andrew BartlettAdd a become_root()/unbecome_root() pair to allow acces...
2002-04-09 Tim PotterFixed setform and addform functions.
2002-04-09 Tim PotterAdded constants for form types and WERROR values.
2002-04-09 Tim PotterThe useless_ptr must be non-zero for addform and setfor...
2002-04-08 John TerpstraFix location of binaries and make sure they get there...
2002-04-08 Simo Sorcea fix yet committed to 2.2 sometimes ago and reintroduc...
2002-04-08 Andrew BartlettReintroduce the 2.2 name mangling code, until we get...
2002-04-08 Andrew BartlettFix up major logic reversal flaws in pdb_ldap.
2002-04-07 Tim PotterSpelling.
2002-04-07 John TerpstraFix pathes.
2002-04-07 Simo Sorceuint32 store and fectch functions, a signed int is...
2002-04-07 Simo Sorcebetter check of called function's return
next