summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-14Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter2-3/+3
2002-04-14Explicitly return a list in py_ntstatus_tuple() and py_werror_typle(). NotTim Potter1-3/+20
2002-04-14Call PyErr_SetString instead of fprintf to stderr.Tim Potter1-7/+5
2002-04-14Shutdown cli_state in the dealloc function. This happens automaticallyTim Potter1-2/+10
2002-04-14Added enumerate trusted domains.Tim Potter1-1/+44
2002-04-14Merge from 2_2.Volker Lendecke1-0/+9
2002-04-14The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter4-43/+46
2002-04-14Added error string for STATUS_SOME_UNMAPPEDTim Potter1-0/+1
2002-04-14Added a status code for lsa_lookup_{sids,names} returning the fact thatTim Potter1-0/+1
2002-04-14Extra file for the tdb search code (linked list definition).Andrew Bartlett1-0/+37
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett15-68/+406
2002-04-14New file to hold common prototypes.Tim Potter1-0/+30
2002-04-14Moved security descriptor routines into their own file.Tim Potter3-116/+142
2002-04-14Moved function prototypes to py_common_proto.hTim Potter1-13/+1
2002-04-14Added copyright.Tim Potter1-42/+160
2002-04-14it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell1-1/+6
2002-04-14win2000 does not check the permissions on the share directory onAndrew Tridgell1-3/+19
2002-04-14pull_username() is a local functionAndrew Tridgell1-1/+1
2002-04-14hanle the case where the win2000 username is completely different fromAndrew Tridgell1-8/+3
2002-04-14modified the ADS backend to accept either the long or short versionsAndrew Tridgell1-11/+44
2002-04-14Fixed debugs.Tim Potter1-2/+2