summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-16Fix incorrect zpadlen handling in fmtfp.Simo Sorce1-14/+20
2002-04-16merges from SAMBA_2_2Gerald Carter1-44/+61
2002-04-16we did not initialise global_myname and global_myworkgroup which lead toJean-François Micouleau1-1/+14
2002-04-16fixed a problem with the smb_buf() macro on some compilersAndrew Tridgell1-1/+1
2002-04-16ignore a few more filesAndrew Tridgell3-1/+12
2002-04-16reran configure after adding a test for strnlen()Andrew Tridgell2-1/+4
2002-04-16fixed the handling of STR_TERMINATEAndrew Tridgell3-4/+34
2002-04-16i forgot to commit these parts of the string handling patch earlier. Sorry.Andrew Tridgell2-6/+9
2002-04-16make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell7-45/+49
2002-04-15make sure that we leave the tree unused after disconnectingAndrew Tridgell1-0/+4
2002-04-15Stubs for connect, domain, user, group and alias policy objects.Tim Potter1-39/+202
2002-04-15merge from SAMBA_2_2Gerald Carter1-1/+1
2002-04-15Another patch from jelmer:Andrew Bartlett1-31/+37
2002-04-15Skeleton for SAMR module.Tim Potter3-0/+298
2002-04-15this fixes the displaying of free disk space for DOS6 clients. Win2000Andrew Tridgell1-14/+37
2002-04-15better handling of DOS LANMAN2.1 protocolAndrew Tridgell1-4/+18
2002-04-15by using a prompter function we can avoid the bug in the MIT kerberosAndrew Tridgell1-7/+25
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter2-12/+53
2002-04-15Fixed incorrect debug.Tim Potter1-1/+1
2002-04-15Added hex values as comments for the standard access rights.Tim Potter1-5/+5