summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett2002-08-041-9/+9
* fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell2002-08-031-1/+1
* updates the log level parameter man sectionSimo Sorce2002-08-031-3/+6
* fix log level, set a default, and also copy the value set in smb.conf into pa...Simo Sorce2002-08-032-10/+13
* Fix length on mailslots. Looks like it should have been 0x17, not decimal 17.Jim McDonough2002-08-021-1/+1
* Escape ampersand(&) to better comply to SGML syntaxJelmer Vernooij2002-08-021-1/+1
* Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-0216-7671/+3635
* Added connect, session_request, session_setup and tconx methods.Tim Potter2002-08-021-21/+138
* Broke out unpacking of a username/password stored in a PythonTim Potter2002-08-022-28/+74
* Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-023-6/+27
* Fixed compiler warning.Tim Potter2002-08-011-1/+1
* make sure we null terminate plaintext passwordsAndrew Tridgell2002-08-011-1/+1
* merge from SAMBA_2_2Gerald Carter2002-07-311-0/+154
* forgot to change the makefile system, sorrySimo Sorce2002-07-312-12/+10
* Add the current working document on the interface to the tree that we haveAndrew Bartlett2002-07-311-0/+123
* Let everybody enjoy my new toy - make it the default!Andrew Bartlett2002-07-311-2/+2
* Winbind updates!Andrew Bartlett2002-07-319-51/+201
* Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett2002-07-311-18/+11
* fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell2002-07-311-2/+11
* Don't accidenity mess with the wrong domain's sids.Andrew Bartlett2002-07-311-2/+2
* fix debug, at idra's suggestion.Andrew Bartlett2002-07-311-1/+1
* Only allow 'security=ads' when we HAVE_ADS.Andrew Bartlett2002-07-311-0/+2
* support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell2002-07-311-58/+110
* fixed multi-line strings for portabilityAndrew Tridgell2002-07-311-2/+2
* make sure we zero the unusued elements in a SID when parsingAndrew Tridgell2002-07-311-0/+3
* added 'disable netbios = yes/no' option, default is noAndrew Tridgell2002-07-312-2/+34
* fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell2002-07-311-0/+4
* added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell2002-07-314-47/+88
* the ads_connect() here doesn't need to actually succeed, as its onlyAndrew Tridgell2002-07-311-3/+1
* make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell2002-07-311-0/+4
* Remove VFS module build so RPMs can build for now.John Terpstra2002-07-311-13/+13
* Fix the build for now..Jim McDonough2002-07-301-1/+1
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-306-5/+313
* net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell2002-07-304-4/+14
* this fixes plaintext passwords with win2000Andrew Tridgell2002-07-303-8/+10
* always include the (void) for void fns ...Andrew Tridgell2002-07-301-1/+1
* a couple more minor tweaks. This now allows us to operate in ADS modeAndrew Tridgell2002-07-302-4/+9
* 2nd try at a fix for netbiosless connections to a ADS DC. This alsoAndrew Tridgell2002-07-301-31/+90
* removed a gratuitous standard_sub_basic() on the 'password server'Andrew Tridgell2002-07-301-2/+0
* - if we are in ADS mode then avoid an expensive netbios lookup to findAndrew Tridgell2002-07-301-7/+16
* OK!Simo Sorce2002-07-3013-560/+622
* Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett2002-07-302-75/+92
* Make some of the charconv code a bit easier to read and work with - when weAndrew Bartlett2002-07-301-8/+8
* Some crash fixes for netshareenum returning zero shares.Tim Potter2002-07-302-1/+4
* These pointers should be for the service we just cloned, not the new serviceAndrew Bartlett2002-07-301-2/+2
* These are not critical errors, they should not be a level 0.Andrew Bartlett2002-07-301-3/+3
* Add quotes so we can see 0 length strings.Andrew Bartlett2002-07-301-1/+1
* Reran configure.Tim Potter2002-07-301-691/+694
* Do AC_MSG_RESULT(yes) when using included popt.Tim Potter2002-07-301-1/+1
* Fixed for memory leak in connection caching code when a dc isTim Potter2002-07-301-1/+13