summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-14Fixed comment.Tim Potter1-1/+1
2002-04-14Made a comment clearer.Tim Potter1-1/+1
2002-04-14Generate proto for lsa.Tim Potter1-11/+18
2002-04-14Starting work on lsa module.Tim Potter2-0/+59
2002-04-14More open_pipe_creds() refactoring.Tim Potter4-94/+68
2002-04-14Moved open_pipe_creds() function to common file.Tim Potter2-1/+90
2002-04-13two time handling bugfixesAndrew Tridgell1-1/+9
2002-04-13Fix the build on platforms that use our internal popt.Andrew Bartlett1-1/+1
2002-04-13Patch for arbitary smb.conf paramaters (to make the life of plugin maintainersAndrew Bartlett1-4/+112
2002-04-13Fix the compile-bug in pdb_ldap from my last patch.Andrew Bartlett1-4/+4
2002-04-13More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>)Andrew Bartlett1-8/+32
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett8-85/+87
2002-04-13This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett7-480/+378
2002-04-13Make our atomic increment code actually do this during its first/second run.Andrew Bartlett1-5/+20
2002-04-13Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison2-5/+12
2002-04-13when background printing wasn't enabled printing was completely brokenAndrew Tridgell1-1/+4
2002-04-12fixed the display of the 'size on disk' property of files from w2k.Andrew Tridgell1-4/+5
2002-04-12Remove : from the list seperators, as this is used to seperate out componentsAndrew Bartlett1-1/+1
2002-04-12set the default hashing scheme in head to "hash2"Andrew Tridgell1-0/+3
2002-04-12nicer measurement of failures and collisionsAndrew Tridgell1-7/+15
2002-04-12better mangling test. We now test that we can create by long name andAndrew Tridgell1-2/+33
2002-04-12- added a mangling test suite that measures the collision rate onAndrew Tridgell4-12/+194
2002-04-11Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett3-155/+145
2002-04-11HP2500C driver writes devmode with private data that endsJeremy Allison1-0/+9
2002-04-11added strndup() for systems that don't have itAndrew Tridgell4-672/+697
2002-04-11don't try to return a voidAndrew Tridgell1-1/+1
2002-04-11possibly fix the 15000 user problemAndrew Tridgell2-8/+8
2002-04-11- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell1-2/+4
2002-04-11a few debug statements (disabled)Andrew Tridgell1-2/+7
2002-04-11don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell1-2/+2
2002-04-11- tidier flag checking codeAndrew Tridgell1-8/+40