summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-07-31Let everybody enjoy my new toy - make it the default!Andrew Bartlett1-2/+2
2002-07-31Winbind updates!Andrew Bartlett9-51/+201
2002-07-31Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett1-18/+11
2002-07-31fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell1-2/+11
2002-07-31Don't accidenity mess with the wrong domain's sids.Andrew Bartlett1-2/+2
2002-07-31fix debug, at idra's suggestion.Andrew Bartlett1-1/+1
2002-07-31Only allow 'security=ads' when we HAVE_ADS.Andrew Bartlett1-0/+2
2002-07-31support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell1-58/+110
2002-07-31fixed multi-line strings for portabilityAndrew Tridgell1-2/+2
2002-07-31make sure we zero the unusued elements in a SID when parsingAndrew Tridgell1-0/+3
2002-07-31added 'disable netbios = yes/no' option, default is noAndrew Tridgell2-2/+34
2002-07-31fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell1-0/+4
2002-07-31added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell4-47/+88
2002-07-31the ads_connect() here doesn't need to actually succeed, as its onlyAndrew Tridgell1-3/+1
2002-07-31make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell1-0/+4
2002-07-30Fix the build for now..Jim McDonough1-1/+1
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough6-5/+313
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell4-4/+14
2002-07-30this fixes plaintext passwords with win2000Andrew Tridgell3-8/+10
2002-07-30always include the (void) for void fns ...Andrew Tridgell1-1/+1
2002-07-30a couple more minor tweaks. This now allows us to operate in ADS modeAndrew Tridgell2-4/+9
2002-07-302nd try at a fix for netbiosless connections to a ADS DC. This alsoAndrew Tridgell1-31/+90
2002-07-30removed a gratuitous standard_sub_basic() on the 'password server'Andrew Tridgell1-2/+0
2002-07-30- if we are in ADS mode then avoid an expensive netbios lookup to findAndrew Tridgell1-7/+16
2002-07-30OK!Simo Sorce7-48/+346
2002-07-30Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett2-75/+92
2002-07-30Make some of the charconv code a bit easier to read and work with - when weAndrew Bartlett1-8/+8
2002-07-30Some crash fixes for netshareenum returning zero shares.Tim Potter2-1/+4
2002-07-30These pointers should be for the service we just cloned, not the new serviceAndrew Bartlett1-2/+2
2002-07-30These are not critical errors, they should not be a level 0.Andrew Bartlett1-3/+3
2002-07-30Add quotes so we can see 0 length strings.Andrew Bartlett1-1/+1
2002-07-30Reran configure.Tim Potter1-691/+694
2002-07-30Do AC_MSG_RESULT(yes) when using included popt.Tim Potter1-1/+1
2002-07-30Fixed for memory leak in connection caching code when a dc isTim Potter1-1/+13
2002-07-29Our include popt is starting to get a bit old - fixed some compileTim Potter2-4/+4
2002-07-29add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter4-5/+130
2002-07-29couple of minor formatting fixes to help me see better.Gerald Carter2-6/+7
2002-07-29passing -1 for the src length in rpcstr_pull results in onlyGerald Carter1-1/+1
2002-07-29hardcode printprocessor name since it is everywhere elseGerald Carter1-1/+1
2002-07-29simple perl script for retreiving cvs log messages for a fileGerald Carter1-0/+102
2002-07-29merge from SAMBA_2_2Gerald Carter1-7/+13
2002-07-29introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell1-19/+21
2002-07-29We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett1-13/+3
2002-07-29an initial fix for handling sparse files in smbdAndrew Tridgell5-72/+138
2002-07-29as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce2-8/+8
2002-07-29Started to get samsync to insert account information in the passdb. It'sTim Potter1-110/+309
2002-07-29Added extern for popt_common_debug.Tim Potter1-0/+4
2002-07-29Add lib/popt_common.oTim Potter1-1/+1
2002-07-29Use common popt definition for -d option.Tim Potter3-10/+3
2002-07-29A place to store common popt routines.Tim Potter1-0/+49