Fix the compile-bug in pdb_ldap from my last patch.
[kai/samba.git] / source3 /
2002-04-13 Andrew BartlettFix the compile-bug in pdb_ldap from my last patch.
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 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 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 Simo Sorceuint32 store and fectch functions, a signed int is...
2002-04-07 Simo Sorcebetter check of called function's return
2002-04-06 Jeremy AllisonAlways pass NT password as well as Lanman.
2002-04-05 Jeremy AllisonFix Gerry bug - MajorVersion should be 2 not 3.
2002-04-05 Jeremy AllisonFixed up admin user / guest user lookup.
2002-04-05 Jim McDonoughUse the new ads_do_search_all2 function. It provides...
2002-04-05 Jim McDonoughSeveral updates to get server side sorting going:
2002-04-05 Tim PotterNew version of patch.
2002-04-05 Tim Pottermake proto
2002-04-05 Tim PotterAdded new files for drivers, forms and ports conversion...
2002-04-05 Tim PotterFixed dodgy looking prototypes for py_to_* functions.
2002-04-05 Tim PotterRemoved unused label.
2002-04-05 Tim PotterConverted drivers, forms and ports functions to use...
2002-04-05 Tim PotterAdded py_spoolss_printers_conv.c to spoolss extension.
2002-04-05 Tim Pottermake proto
2002-04-05 Tim PotterNew routines to convert between structures and python...
2002-04-05 Tim PotterThrow a spoolss.werror exception when the rpc client...
2002-04-05 Tim PotterDon't include py_spoolss_conv.h by default. We want...
2002-04-05 Tim PotterAdded functions to return Python tuples (error code...
2002-04-05 Jim McDonoughadd utils/net_help.c to bin/net build
2002-04-05 Jim McDonoughLots more net consistency work:
2002-04-04 Tim PotterMake bin/nsstest as part of torture target.
2002-04-04 Tim PotterFixed some compile warnings.
2002-04-04 Tim PotterMore spelling.
2002-04-04 Jim McDonoughMultiple changes:
2002-04-04 Jim McDonoughCleanups to make auto-detection of method on net user...
2002-04-04 Jim McDonoughMore updates for auto-detecting server connection metho...
2002-04-04 Jean-François Mico... small change in name_resolve_bcast()
2002-04-04 Tim PotterIf compiling with Insure, mallocate a byte of memory...
2002-04-04 Tim PotterSpelling.
2002-04-04 Tim PotterCall poptFreeContext() as appropriate.
2002-04-04 Tim Potteroops
2002-04-04 Tim PotterFixed memory leak in cli_lsa_enum_trust_dom(). Use...
2002-04-04 Tim PotterRerun autoconf.
2002-04-04 Tim PotterUse m4-mode when editinging configure.in under emacs.
2002-04-04 Tim PotterAlso look for libinsure.so where the full version insta...
2002-04-04 Tim PotterFree popt context after argument parsing.
2002-04-04 Tim PotterFixed memory leak in make_pdb_context_name()
2002-04-04 Jim McDonoughAdd non-ads version of net_ads_help for build on non...
2002-04-04 Jim McDonoughCorrect error string function call to ads_errstr()
2002-04-04 Jeremy AllisonFix up conversion code from old winbindd versions ...
next