summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-04-12This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-1317/+0
2002-04-11added strndup() for systems that don't have itAndrew Tridgell1-0/+19
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell1-0/+20
2002-04-04Also look for libinsure.so where the full version installs it.Tim Potter1-0/+5
2002-04-01cope with a missing PAM defineAndrew Tridgell1-3/+6
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison1-0/+28
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-4/+4
2002-03-27Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax.Jeremy Allison1-2/+10
2002-03-27In msleep - never sleep for more than 1 second. Cope with time changes.Jeremy Allison1-16/+27
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison1-0/+4
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison2-5/+33
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-0/+32
2002-03-25add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett1-0/+58
2002-03-24Spelling fixes.Tim Potter1-1/+1
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2-3/+3
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11
2002-03-23Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett1-1/+86
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-1/+1
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-03-21must use native endian index when creating default valid.dat table so itHerb Lewis1-2/+2
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2-0/+10
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-0/+15
2002-03-18more verbose checking in talloc and util_pwSimo Sorce2-40/+50
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15lower the debug level of failing to map a fileAndrew Tridgell1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-0/+25
2002-03-14getpid() -> sys_getpid()Tim Potter3-4/+4
2002-03-13Add "Creator Group" - was in 2.2.x and I'm syncing up the two.Jeremy Allison1-0/+2
2002-03-10Fix typo.Martin Pool1-1/+1
2002-03-10add a note about the meaning of global_sam_sidAndrew Tridgell1-0/+3
2002-03-09Doc.Tim Potter1-9/+14
2002-03-06fixed the upper/lower case table generation on big-endian machinesHerb Lewis1-9/+26
2002-03-04dos2unix not used in HEAD anymore.Jeremy Allison1-2/+2
2002-03-01Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.Andrew Bartlett1-4/+14
2002-03-01This should kill off the 'cannot convert' error messages on non-iconv hosts.Andrew Bartlett1-1/+1
2002-02-27Make this function staticAndrew Bartlett1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-6/+5
2002-02-23Only set smb_read_error if not already set.Jeremy Allison1-6/+20
2002-02-20Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spottingAndrew Bartlett1-1/+1
2002-02-19Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett1-1/+67
2002-02-18serialise all domain auth requestsAndrew Tridgell1-0/+30
2002-02-18reverted tims patch that broke configureAndrew Tridgell1-13/+0
2002-02-17Whoops, typo.Tim Potter1-4/+4
2002-02-17Do a smb_panic() if sec_initial_[ug]id() or non_root_mode() is calledTim Potter1-0/+13
2002-02-17int -> uint32Tim Potter1-2/+1
2002-02-15Back out 1.16.2.3:Martin Pool1-1/+5
2002-02-06Try to get this finally working. (Note to self: *always* check build farm...)Andrew Bartlett1-2/+2
2002-02-05See if we can get slightly valid C for the non-PAM case here.Andrew Bartlett1-2/+2
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett1-0/+122
2002-02-05Fix stupid typo !Jeremy Allison1-1/+1