summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-10-14Delete unused label to fix compiler warning.Tim Potter1-1/+0
2003-10-13So here it is a non-intrusive patch with my latest work on gums (theSimo Sorce2-4/+19
2003-10-12make nt-time <-> unix-time functions nearly reversibleSimo Sorce1-2/+5
2003-10-09Move sysquotas autoconf tests to a seperate file in tests/Jelmer Vernooij1-99/+1
2003-10-06split some security related functions in their own files.Simo Sorce7-151/+1271
2003-10-01Fixed silly typo checking for signal_handler not signal.Jeremy Allison1-1/+1
2003-10-01Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison1-62/+86
2003-10-01merge of parameter changes from 3.0 and fix for bug 550Gerald Carter2-4/+6
2003-09-29Merge from 3.0:Tim Potter1-1/+1
2003-09-29Merge from 3.0:Tim Potter1-5/+7
2003-09-24* sync more files from 3.0Gerald Carter2-24/+40
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-2/+2
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-15Alias charset 646 internallyAlexander Bokovoy1-0/+1
2003-09-15Merge from Samba 3.0:Tim Potter1-15/+33
2003-09-15Merge from Samba 3.0:Tim Potter2-28/+65
2003-09-15Merge from Samba 3.0:Tim Potter1-1/+1
2003-09-10Remove another dead file.Tim Potter1-719/+0
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter20-225/+1158
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce15-336/+462
2003-07-16ading new files from 3.0Gerald Carter2-0/+2225
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter16-122/+470
2003-05-29Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij1-51/+103
2003-05-28Merge of rpcstr_pull() termination fixes from 3.0Tim Potter1-1/+4
2003-05-28Merge of formatting fixups from 3.0Tim Potter1-4/+9
2003-05-28Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter1-0/+4
2003-05-27Fix unused variable warning.Tim Potter1-1/+2
2003-05-27Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER andTim Potter1-0/+11
2003-05-27Jelmer was really excited about copyrights this year.Tim Potter1-1/+1
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter1-9/+9
2003-05-14Move some #ifdefs and function prototypes around to avoid a compilerTim Potter1-13/+14
2003-05-08fixed bug #75; add check for non-zero destlenGerald Carter1-1/+1
2003-05-07Merge from distcc:Martin Pool1-2/+8
2003-05-06Add metze's exit and idle event patchJelmer Vernooij1-1/+106
2003-05-05Fixed typo introduced when reverting patch from revision 1.19Tim Potter1-1/+1
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-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-24Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij1-1/+1
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-23Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett1-10/+8
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-0/+31
2003-04-22Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett1-6/+21
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