index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8588: register wins server with irpc
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8587: - fixed ref allocation in irpc replies
Andrew Tridgell
2
-8
/
+28
2007-10-10
r8586: register the kdc with irpc so we can tell that it is up
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8585: add to ldb and ldap comparison functionality
Simo Sorce
7
-287
/
+537
2007-10-10
r8584: added --nbt option to smbstatus for nbt server statistics
Andrew Tridgell
2
-3
/
+47
2007-10-10
r8583: nicer smbstatus output
Andrew Tridgell
1
-13
/
+45
2007-10-10
r8582: added sys.httptime() call, to display a NTTIME as a http time string
Andrew Tridgell
1
-0
/
+19
2007-10-10
r8581: fixed handling of 64 bit integers in rpc calls from ejs
Andrew Tridgell
1
-14
/
+8
2007-10-10
r8580: try to fix the build on stratus
Andrew Tridgell
1
-12
/
+8
2007-10-10
r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problem
Andrew Tridgell
1
-0
/
+5
2007-10-10
r8578: Fix overlapping sections in SWAT.
Deryck Hodge
1
-1
/
+1
2007-10-10
r8577: added management calls to list current tree connects
Andrew Tridgell
6
-2
/
+102
2007-10-10
r8576: install scripts from scripting/bin/
Andrew Tridgell
2
-3
/
+9
2007-10-10
r8575: the beginnings of a smbstatus command
Andrew Tridgell
2
-0
/
+59
2007-10-10
r8574: added server side irpc calls for listing the current sessions
Andrew Tridgell
6
-4
/
+131
2007-10-10
r8570: delete all records in the old db when provisioning, rather than using
Andrew Tridgell
1
-2
/
+26
2007-10-10
r8569: delete is a js reserved word, so use del instead
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8568: change missing templates to warnings, so that provisioning with an exi...
Andrew Tridgell
1
-3
/
+3
2007-10-10
r8567: fixed the build after the com idl changes
Andrew Tridgell
1
-4
/
+4
2007-10-10
r8566: Couple of code cleanups
Jelmer Vernooij
1
-88
/
+74
2007-10-10
r8565: put the docs menu on the right
Andrew Tridgell
1
-1
/
+8
2007-10-10
r8562: small merge with upstream
Andrew Tridgell
2
-12
/
+5
2007-10-10
r8561: as with the other ejs subsystems, make nss into a object
Andrew Tridgell
2
-13
/
+30
2007-10-10
r8560: added a newuser page in swat
Andrew Tridgell
2
-0
/
+42
2007-10-10
r8559: Couple of (D)COM updates:
Jelmer Vernooij
8
-14
/
+20
2007-10-10
r8558: move newuser logic into the provision.js lib
Andrew Tridgell
2
-71
/
+86
2007-10-10
r8557: expose ldb_errstring() in ldb ejs code
Andrew Tridgell
1
-0
/
+19
2007-10-10
r8541: this might take a few tries ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8540: fixed network interface detection on several hosts
Andrew Tridgell
3
-10
/
+5
2007-10-10
r8539: $LOGNAME is a common varient of $USER on some systems
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8537: cope better with the small file handle limit on some systems in the bu...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8536: - use smbd pid file to kill at end of selftest
Andrew Tridgell
2
-18
/
+2
2007-10-10
r8535: no longer rely on seekdir working after a closedir. Instead, keep
Andrew Tridgell
4
-62
/
+35
2007-10-10
r8533: improve --help output
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8532: this miight fix cross compilation for reactos
Andrew Tridgell
2
-1
/
+5
2007-10-10
r8530: Now our ldap server is able to fullfill present and substring searches
Simo Sorce
1
-36
/
+184
2007-10-10
r8529: Matching against the wrong union
Simo Sorce
1
-2
/
+3
2007-10-10
r8527: found an uninitialised variable in 'make valgrindtest'
Andrew Tridgell
1
-10
/
+11
2007-10-10
r8525: added two more test targets:
Andrew Tridgell
7
-14
/
+78
2007-10-10
r8523: match a zero message id in ldap replies to the last request sent. Than...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r8522: fixed another couple of size_t warnings
Andrew Tridgell
3
-4
/
+4
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
59
-116
/
+142
2007-10-10
r8519: better method of ensuring null termination
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8518: ensure all constructed NDR packets are null terminated. This is needed
Andrew Tridgell
1
-8
/
+9
2007-10-10
r8517: fixed a crash bug in ldb_dn_compare_base()
Andrew Tridgell
1
-2
/
+4
2007-10-10
r8516: let us use all parameters of ldbsearch in ldb.search
Simo Sorce
1
-8
/
+31
2007-10-10
r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are compared
Simo Sorce
5
-16
/
+35
2007-10-10
r8514: add docs
Simo Sorce
1
-0
/
+2803
2007-10-10
r8511: This 'can't happen', but GCC gives warnings because it thinks it can.
Andrew Bartlett
1
-2
/
+6
2007-10-10
r8505: - 'seal' and 'sign,seal' is the same
Stefan Metzmacher
1
-1
/
+1
[next]