summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-04better debug messages!Simo Sorce1-0/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison4-26/+58
2002-01-31this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell1-2/+0
2002-01-30Removed version number from file header.Tim Potter46-87/+47
2002-01-27minor fix and checksSimo Sorce1-2/+4
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2-1/+34
2002-01-26Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett1-10/+23
2002-01-26Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett1-12/+0
2002-01-25picky about reallocJean-François Micouleau1-5/+6
2002-01-25minor fixesSimo Sorce2-5/+7
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett2-3/+6
2002-01-22We have to do some initialization before the string conversionMartin Pool1-13/+15
2002-01-22Added comment about running lp_load() before calling pidfile_create().Tim Potter1-1/+4
2002-01-22Having a const parameter for set_socket_options() causes too much confusion.Tim Potter1-1/+1
2002-01-21Removed freebsd hack. Not correct.Jeremy Allison1-4/+0
2002-01-21Spelling fix.Tim Potter1-1/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-12/+27
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-1/+1
2002-01-19Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison1-31/+32
2002-01-19Added #ifdef for FreeBSD TCP bug.Jeremy Allison1-0/+4
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-0/+1