summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-141-9/+9
* Move some #ifdefs and function prototypes around to avoid a compilerTim Potter2003-05-141-13/+14
* fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
* Merge from distcc:Martin Pool2003-05-071-2/+8
* Add metze's exit and idle event patchJelmer Vernooij2003-05-061-1/+106
* Fixed typo introduced when reverting patch from revision 1.19Tim Potter2003-05-051-1/+1
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-302-93/+115
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-282-18/+19
* Two character tabs - I don't think so.Tim Potter2003-04-281-10/+9
* round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij2003-04-241-1/+1
* Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-10/+5
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett2003-04-231-10/+8
* Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-231-0/+31
* Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2003-04-221-6/+21
* Address gcc warnings.Volker Lendecke2003-04-191-1/+1
* some readline completion exancementsSimo Sorce2003-04-191-0/+24
* fixesSimo Sorce2003-04-191-0/+1
* fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
* Only use backtrace variables when we can use themJelmer Vernooij2003-04-161-0/+2
* Remove SAFE_FREE() definition, which is not needed in this file.Martin Pool2003-04-141-13/+18
* Add selected parts of the changelog to this file, to make merging intoMartin Pool2003-04-141-0/+21
* Merge test cases from rsync.Martin Pool2003-04-141-3/+3
* Doc.Martin Pool2003-04-141-1/+9
* smbcquota patch from metzeGerald Carter2003-04-111-3/+3
* workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-0/+4
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-44/+0
* unix_strupper, unix_strlower: Remove fixed-length static buffer thatMartin Pool2003-04-091-10/+31
* Merge from 3_0: Build a lookup table of valid DOS characters justMartin Pool2003-04-082-5/+59
* BUGS.txt -> Bugs Appendix in HOWTO collectionJelmer Vernooij2003-04-071-1/+1
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-0/+5
* Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett2003-04-061-2/+2
* Fix memory leak of the key.Andrew Bartlett2003-04-061-0/+1
* strequal() returns True for equal, not an intAndrew Tridgell2003-04-061-2/+4
* don't rely on realloc() working on NULLAndrew Tridgell2003-04-061-3/+3
* The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-0/+718
* Add constJelmer Vernooij2003-04-021-1/+1
* THE Idmap patch :-)Simo Sorce2003-04-021-1/+1
* OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett2003-04-021-2/+2
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-312-4/+7
* Fix formatting of back traces - pathc by metzeJelmer Vernooij2003-03-311-2/+3
* - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-2/+26
* fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
* Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij2003-03-261-1/+2
* Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij2003-03-261-8/+27
* We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij2003-03-251-1/+1
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-7/+18
* Add modules support to charsetJelmer Vernooij2003-03-241-29/+55
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-60/+35