Age | Commit message (Expand) | Author | Files | Lines |
2002-07-31 | Add the current working document on the interface to the tree that we have | Andrew Bartlett | 1 | -0/+123 |
2002-07-31 | Let everybody enjoy my new toy - make it the default! | Andrew Bartlett | 1 | -2/+2 |
2002-07-31 | Winbind updates! | Andrew Bartlett | 9 | -51/+201 |
2002-07-31 | Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, nor | Andrew Bartlett | 1 | -18/+11 |
2002-07-31 | fixed the length checking for plaintext passwords (thanks to andrewb | Andrew Tridgell | 1 | -2/+11 |
2002-07-31 | Don't accidenity mess with the wrong domain's sids. | Andrew Bartlett | 1 | -2/+2 |
2002-07-31 | fix debug, at idra's suggestion. | Andrew Bartlett | 1 | -1/+1 |
2002-07-31 | Only allow 'security=ads' when we HAVE_ADS. | Andrew Bartlett | 1 | -0/+2 |
2002-07-31 | support netbiosless search for the DC using ADS in the winbindd AUTH | Andrew Tridgell | 1 | -58/+110 |
2002-07-31 | fixed multi-line strings for portability | Andrew Tridgell | 1 | -2/+2 |
2002-07-31 | make sure we zero the unusued elements in a SID when parsing | Andrew Tridgell | 1 | -0/+3 |
2002-07-31 | added 'disable netbios = yes/no' option, default is no | Andrew Tridgell | 2 | -2/+34 |
2002-07-31 | fixed a net crash bug if we can't find a DC in a 'net rpc' command | Andrew Tridgell | 1 | -0/+4 |
2002-07-31 | added support for smbd listening on port 445 and 139. It now listens | Andrew Tridgell | 4 | -47/+88 |
2002-07-31 | the ads_connect() here doesn't need to actually succeed, as its only | Andrew Tridgell | 1 | -3/+1 |
2002-07-31 | make sure that 'net ads info' gives info on the server we specify, not | Andrew Tridgell | 1 | -0/+4 |
2002-07-30 | Fix the build for now.. | Jim McDonough | 1 | -1/+1 |
2002-07-30 | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which | Jim McDonough | 6 | -5/+313 |
2002-07-30 | net ads info now reports the IP of the LDAP server as well as its name - very... | Andrew Tridgell | 4 | -4/+14 |
2002-07-30 | this fixes plaintext passwords with win2000 | Andrew Tridgell | 3 | -8/+10 |
2002-07-30 | always include the (void) for void fns ... | Andrew Tridgell | 1 | -1/+1 |
2002-07-30 | a couple more minor tweaks. This now allows us to operate in ADS mode | Andrew Tridgell | 2 | -4/+9 |
2002-07-30 | 2nd try at a fix for netbiosless connections to a ADS DC. This also | Andrew Tridgell | 1 | -31/+90 |
2002-07-30 | removed a gratuitous standard_sub_basic() on the 'password server' | Andrew Tridgell | 1 | -2/+0 |
2002-07-30 | - if we are in ADS mode then avoid an expensive netbios lookup to find | Andrew Tridgell | 1 | -7/+16 |
2002-07-30 | OK! | Simo Sorce | 7 | -48/+346 |
2002-07-30 | Update a pile of Samba's SID lookup code to ensure: | Andrew Bartlett | 2 | -75/+92 |
2002-07-30 | Make some of the charconv code a bit easier to read and work with - when we | Andrew Bartlett | 1 | -8/+8 |
2002-07-30 | Some crash fixes for netshareenum returning zero shares. | Tim Potter | 2 | -1/+4 |
2002-07-30 | These pointers should be for the service we just cloned, not the new service | Andrew Bartlett | 1 | -2/+2 |
2002-07-30 | These are not critical errors, they should not be a level 0. | Andrew Bartlett | 1 | -3/+3 |
2002-07-30 | Add quotes so we can see 0 length strings. | Andrew Bartlett | 1 | -1/+1 |
2002-07-30 | Reran configure. | Tim Potter | 1 | -691/+694 |
2002-07-30 | Do AC_MSG_RESULT(yes) when using included popt. | Tim Potter | 1 | -1/+1 |
2002-07-30 | Fixed for memory leak in connection caching code when a dc is | Tim Potter | 1 | -1/+13 |
2002-07-29 | Our include popt is starting to get a bit old - fixed some compile | Tim Potter | 2 | -4/+4 |
2002-07-29 | add another registry rpc (opnum 0x14). Have no idea what it's real name | Gerald Carter | 4 | -5/+130 |
2002-07-29 | couple of minor formatting fixes to help me see better. | Gerald Carter | 2 | -6/+7 |
2002-07-29 | passing -1 for the src length in rpcstr_pull results in only | Gerald Carter | 1 | -1/+1 |
2002-07-29 | hardcode printprocessor name since it is everywhere else | Gerald Carter | 1 | -1/+1 |
2002-07-29 | simple perl script for retreiving cvs log messages for a file | Gerald Carter | 1 | -0/+102 |
2002-07-29 | merge from SAMBA_2_2 | Gerald Carter | 1 | -7/+13 |
2002-07-29 | introduced a get_file_size() macro in trans2.c to make it easier to | Andrew Tridgell | 1 | -19/+21 |
2002-07-29 | We don't need this silly unix username stuff. NT username is basicly unused, | Andrew Bartlett | 1 | -13/+3 |
2002-07-29 | an initial fix for handling sparse files in smbd | Andrew Tridgell | 5 | -72/+138 |
2002-07-29 | as suggested by Alexander Oswald <oswald@is.haw-hamburg.de> | Simo Sorce | 2 | -8/+8 |
2002-07-29 | Started to get samsync to insert account information in the passdb. It's | Tim Potter | 1 | -110/+309 |
2002-07-29 | Added extern for popt_common_debug. | Tim Potter | 1 | -0/+4 |
2002-07-29 | Add lib/popt_common.o | Tim Potter | 1 | -1/+1 |
2002-07-29 | Use common popt definition for -d option. | Tim Potter | 3 | -10/+3 |