summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-11-05make sure that we expand %H (from vl); bug 612Gerald Carter1-0/+3
2003-11-04Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison1-1/+18
2003-10-30Add string to uuid fn. Thanks aliguori.Jim McDonough1-1/+84
2003-10-30Last of the GUID->struct uuid changes.Jim McDonough1-7/+7
2003-10-30Nearing the end of the GUID -> struct uuid changes.Jim McDonough1-6/+6
2003-10-30Ok, nearing the end of the GUID->struct uuid changes.Jim McDonough1-2/+2
2003-10-30First round of merging various UUID structures.Jim McDonough2-55/+26
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+1
2003-10-24Check for va_copy before you check for __va_copy, since va_copy is theRichard Sharpe1-0/+4
2003-10-23Merge from 3_0:Volker Lendecke2-12/+5
2003-10-23Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough1-2/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison6-17/+23
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-2/+17
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