summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-123-0/+991
* When checking if a SID is in a domain, make sure that indeed the user RID isAndrew Bartlett2003-05-091-0/+3
* fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
* Another attempt at undoing my bogus patch 1.55.2.19Tim Potter2003-05-081-0/+2
* Whoops - that wasn't a whitespace syncup after all.Tim Potter2003-05-071-0/+2
* Remove unused variablesJelmer Vernooij2003-05-061-4/+0
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-061-1/+110
* Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter2003-05-051-1/+1
* Add a comment about the use of string functions in the modules code, andAndrew Bartlett2003-05-031-4/+9
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-301-93/+0
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-301-0/+115
|\
| * 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