summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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-307-48/+346
| * 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
| * Our include popt is starting to get a bit old - fixed some compileTim Potter2002-07-292-4/+4
| * add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter2002-07-294-5/+130
| * couple of minor formatting fixes to help me see better.Gerald Carter2002-07-292-6/+7
| * passing -1 for the src length in rpcstr_pull results in onlyGerald Carter2002-07-291-1/+1
| * hardcode printprocessor name since it is everywhere elseGerald Carter2002-07-291-1/+1
| * simple perl script for retreiving cvs log messages for a fileGerald Carter2002-07-291-0/+102
| * merge from SAMBA_2_2Gerald Carter2002-07-291-7/+13
| * introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell2002-07-291-19/+21
| * We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett2002-07-291-13/+3
| * an initial fix for handling sparse files in smbdAndrew Tridgell2002-07-295-72/+138
| * as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce2002-07-292-8/+8
| * Started to get samsync to insert account information in the passdb. It'sTim Potter2002-07-291-110/+309
| * Added extern for popt_common_debug.Tim Potter2002-07-291-0/+4
| * Add lib/popt_common.oTim Potter2002-07-291-1/+1
| * Use common popt definition for -d option.Tim Potter2002-07-293-10/+3
| * A place to store common popt routines.Tim Potter2002-07-291-0/+49
| * people should be happier now.Simo Sorce2002-07-291-23/+33
| * Skeleton for a libsmb python wrapper.Tim Potter2002-07-294-3/+161
| * Merge from APPLIANCE_HEAD:Tim Potter2002-07-291-0/+2
| * Updated patch.Tim Potter2002-07-291-12/+11
| * found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-2810-23/+66
| * This patch does two things:Andrew Bartlett2002-07-281-18/+21
| * minor portability fixAndrew Tridgell2002-07-281-0/+2