summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-04-25Fix from Herb for upgrading from big-endian earlier databases.Jeremy Allison1-4/+4
2002-04-24smbd/fileio.c: debug changes so read/write/seek calls can be logged for name,...Jeremy Allison1-382/+393
2002-04-24move to the FNV1 hash alghorithm seem goodSimo Sorce2-4/+15
2002-04-24patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell7-627/+707
2002-04-24add collision/total indication to every collision reportSimo Sorce1-2/+3
2002-04-24damn! I forgot to commit winbindd_dual.cAndrew Tridgell1-0/+205
2002-04-24main() needs to be indented to make sure it doesn't generate aAndrew Tridgell1-1/+1
2002-04-24made a couple of variables staticAndrew Tridgell1-3/+4
2002-04-24Added constant and message for invalid security descriptor dos error.Tim Potter2-0/+2
2002-04-24a new "dual daemon" operating mode for winbinddAndrew Tridgell4-50/+114
2002-04-24prototypes for some systems that don't have themAndrew Tridgell1-0/+8
2002-04-23When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison1-2/+6
2002-04-23Fix my stupid compile bug in num_files_open.Jeremy Allison1-5/+6
2002-04-23Spelling fixes from vanceAndrew Bartlett1-6/+6
2002-04-23Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison1-1/+6
2002-04-22Ensure auth requests from the same machine are completely serialized.Jeremy Allison1-5/+40
2002-04-22merge from SAMBA_2_2Gerald Carter3-53/+20
2002-04-22My seven-year-old daughter calls me 'Captain Pedantic'. I don't know whichChristopher R. Hertel1-2/+13
2002-04-20try to cope better with the take ownership operation for foreign SIDsAndrew Tridgell2-3/+63
2002-04-20Return exception text if getprinter level not [0..3]Tim Potter1-1/+8
2002-04-19We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison2-8/+0
2002-04-19Added Martin's lpq parse fixes from 2.2.Jeremy Allison2-20/+15
2002-04-19Fix different args to sys_fcntl without going varargs....Jeremy Allison4-13/+28
2002-04-19Fixed one more sendto.Jeremy Allison1-1/+1
2002-04-19When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).Jeremy Allison1-2/+2
2002-04-19add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't haveJean-François Micouleau1-94/+152
2002-04-19DEBUG cleanup.Jean-François Micouleau1-1/+1
2002-04-19Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison6-18/+31
2002-04-19fixed trust relationships in ADS winbindd after breaking them with my BDC cha...Andrew Tridgell3-6/+13
2002-04-19Fixed sendto in oplock code.Jeremy Allison2-2/+17
2002-04-19Fix oplock recvfrom.Jeremy Allison1-1/+1
2002-04-19Fix send and recvfrom.Jeremy Allison2-12/+27
2002-04-19First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison4-141/+187
2002-04-19fixed a namequery bug caused by my recent string length patchesAndrew Tridgell1-1/+1
2002-04-18Back out the wrong changes I made yesterday ...Richard Sharpe2-11/+6
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell7-9/+52
2002-04-18nicer strndup() functionAndrew Tridgell1-6/+6
2002-04-18Started working on setprinter code.Tim Potter6-59/+197
2002-04-18make protoTim Potter1-2/+2
2002-04-18- fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell1-5/+42
2002-04-18Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptrJeremy Allison1-1/+1
2002-04-17Fix smbtorture so it can handle collisions etc ...Richard Sharpe2-6/+21
2002-04-17Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison1-239/+255
2002-04-17libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison2-18/+17
2002-04-17Fix unused warnings with deleted code.Jeremy Allison1-4/+23
2002-04-17Fixed command line argument parsing.Tim Potter1-70/+54
2002-04-17disabled the traversal of the brlock database at startup andAndrew Tridgell1-8/+0
2002-04-17make suure we get the return value from the pull_*() functions rightAndrew Tridgell2-7/+13
2002-04-16sync with 2.2Simo Sorce1-4/+9
2002-04-16stricter conditions on termination in stringsAndrew Tridgell1-6/+6