Age | Commit message (Expand) | Author | Files | Lines |
2001-11-28 | fixed a core dump in server level security | Andrew Tridgell | 1 | -2/+4 |
2001-11-28 | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 1 | -4/+4 |
2001-11-28 | Cross merge to make 2.2 and HEAD closer. | Jeremy Allison | 1 | -9/+6 |
2001-11-27 | Fix another memory leak spotted by Tom Jansen. | Richard Sharpe | 1 | -0/+1 |
2001-11-27 | prevent a bogus insure wild ptr message | Andrew Tridgell | 1 | -1/+2 |
2001-11-27 | prevent a memory leak of cli structures | Andrew Tridgell | 1 | -1/+7 |
2001-11-26 | increment the value not the pointer | Andrew Tridgell | 1 | -1/+1 |
2001-11-26 | Fix --enable-developer shadow warning | Andrew Bartlett | 1 | -3/+3 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2 | -5/+3 |
2001-11-26 | And delete domain_client_validate.c... | Andrew Bartlett | 1 | -432/+0 |
2001-11-26 | use DEBUG() not d_printf() in libraries | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | Use "password server" for searching for BDC's also as Tim suggested. | Jeremy Allison | 1 | -6/+8 |
2001-11-25 | Add a new torture test to extract a NT->DOS error map from an NT member of a | Andrew Bartlett | 4 | -5/+74 |
2001-11-24 | added "net join" command | Andrew Tridgell | 1 | -0/+7 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2 | -5/+6 |
2001-11-24 | added lsaenumprivsaccount and lsalookupprivvalue to rpcclient | Jean-François Micouleau | 1 | -0/+174 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 1 | -0/+2 |
2001-11-23 | Update some of the error mapping, based on on-the-wire observations of an NT4... | Andrew Bartlett | 1 | -7/+7 |
2001-11-23 | Finally worked out why a enumerate trusted domains was returning a | Tim Potter | 2 | -11/+15 |
2001-11-23 | Added constants and error message for dos error code 1326 (logon failure). | Tim Potter | 2 | -1/+13 |
2001-11-22 | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 1 | -0/+69 |
2001-11-22 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-11-22 | Oops - opening wrong pipe name in cli_lsa_initialise() helper function. | Tim Potter | 1 | -1/+1 |
2001-11-22 | add another command to rpcclient: getdispname. Show the full description | Jean-François Micouleau | 1 | -0/+53 |
2001-11-22 | add a command to rpcclient: enumprivs | Jean-François Micouleau | 1 | -0/+82 |
2001-11-22 | Got positive and negative name caching working correctly with lookupname/look... | Jeremy Allison | 1 | -22/+24 |
2001-11-21 | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 3 | -11/+58 |
2001-11-21 | One more patch from Tom Jansen. Hope I didn't break the tree :-) | Richard Sharpe | 1 | -0/+7 |
2001-11-21 | Fix up the build again... | Andrew Bartlett | 1 | -1/+1 |
2001-11-21 | Fix up libsmbclient in head. | Richard Sharpe | 1 | -1366/+1413 |
2001-11-20 | add asn1 integer handling ready for the ldap netjoin code | Andrew Tridgell | 1 | -0/+26 |
2001-11-20 | - make sure we use a non-zero session id so we can have multiple conns | Andrew Tridgell | 1 | -8/+4 |
2001-11-19 | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 1 | -1/+1 |
2001-11-17 | Fix problems with lp_workgroup() being passed to routines that will modify | Richard Sharpe | 1 | -24/+44 |
2001-11-15 | Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand | Jeremy Allison | 1 | -46/+34 |
2001-11-15 | Doxygen demo for Tim. | Martin Pool | 1 | -9/+24 |
2001-11-14 | Close the socket and set the file descriptor to -1 if there was a socket | Tim Potter | 1 | -0/+9 |
2001-11-14 | Removed the "reestablish" code. Tridge - scream if this was needed.... | Jeremy Allison | 2 | -60/+2 |
2001-11-11 | Minor updates. A small dose of const. | Andrew Bartlett | 1 | -1/+1 |
2001-11-07 | Add function to add those hosts who have added msbrowse (domain master browsers) | Steve French | 1 | -0/+8 |
2001-11-05 | Fixed looking up domain (winbind) users ahead of local users in | Tim Potter | 1 | -6/+18 |
2001-11-05 | free the negTokenInit structure | Andrew Tridgell | 1 | -0/+2 |
2001-11-05 | merge from 2.2. Why is STR_CONVERT missing when comparing | Gerald Carter | 1 | -1/+1 |
2001-11-04 | Got serious about const again. | Jeremy Allison | 4 | -98/+100 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 4 | -43/+58 |
2001-11-03 | Added support for UserListGroups, ServiceEnum | Steve French | 1 | -0/+125 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2 | -31/+46 |
2001-10-31 | More const. | Andrew Bartlett | 1 | -2/+2 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -2/+23 |
2001-10-31 | Some tweaking to make the samlogon function look more like NT on the wire. | Tim Potter | 1 | -7/+7 |