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