summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-05-14*****LDAP schema changes*****Gerald Carter1-9/+9
2003-05-14Move some #ifdefs and function prototypes around to avoid a compilerTim Potter1-13/+14
2003-05-12And finally IDMAP in 3_0Simo Sorce4-3/+34
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy3-0/+991
2003-05-09When checking if a SID is in a domain, make sure that indeed the user RID isAndrew Bartlett1-0/+3
2003-05-08fixed bug #75; add check for non-zero destlenGerald Carter1-1/+1
2003-05-08Another attempt at undoing my bogus patch 1.55.2.19Tim Potter1-0/+2
2003-05-07Whoops - that wasn't a whitespace syncup after all.Tim Potter1-0/+2
2003-05-06Remove unused variablesJelmer Vernooij1-4/+0
2003-05-06Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij1-1/+110
2003-05-05Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter1-1/+1
2003-05-03Add a comment about the use of string functions in the modules code, andAndrew Bartlett1-4/+9
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green1-93/+0
2003-04-30This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+115
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2-93/+115
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2-18/+19
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2-18/+19
2003-04-28Whitespace syncup.Tim Potter2-8/+2
2003-04-28Two character tabs - I don't think so.Tim Potter1-10/+9
2003-04-26round three of CIDR fixes; spotted by Tomoki AONOGerald Carter1-3/+2
2003-04-26round three of CIDR fixes; spotted by Tomoki AONOGerald Carter1-3/+2
2003-04-24Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij1-1/+1
2003-04-24Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij1-10/+5
2003-04-24Get rid of module_path_get_name()Jelmer Vernooij1-10/+5
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett1-0/+13
2003-04-23Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2-1/+8
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-0/+18
2003-04-23Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett1-10/+8
2003-04-23Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett1-2/+4
2003-04-23Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett1-1/+9
2003-04-23Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett1-0/+3
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-0/+31
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-0/+31
2003-04-22Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett1-12/+33
2003-04-22Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett1-6/+21
2003-04-22Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett1-6/+21
2003-04-21Merge whitespace and const from HEADAndrew Bartlett1-9/+9
2003-04-19Address gcc warnings.Volker Lendecke1-1/+1
2003-04-19some readline completion exancementsSimo Sorce1-0/+24
2003-04-19fixesSimo Sorce1-0/+1
2003-04-18fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter1-0/+4
2003-04-18fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter1-0/+4
2003-04-16Only use backtrace variables when we can use themJelmer Vernooij1-0/+2
2003-04-16Only declare backtrace variables when using themJelmer Vernooij1-0/+2
2003-04-16Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij1-151/+130
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-3/+3
2003-04-14Add some more functions for the modules (backport from HEAD):Jelmer Vernooij1-9/+88
2003-04-14Backport my backtrace patch from HEADJelmer Vernooij1-0/+21