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
r8747: remove unused code
Andrew Tridgell
1
-90
/
+0
2007-10-10
r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where they
Andrew Tridgell
5
-1
/
+277
2007-10-10
r8745: make ldap.js cleanup after itself
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8744: Split 'net samdump' out into a separate file
Andrew Bartlett
5
-264
/
+291
2007-10-10
r8743: automatically find the basedn in ldap.js
Andrew Tridgell
1
-4
/
+13
2007-10-10
r8742: fixed handling of zero length names in mprObject()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8741: Kill warnings about enums not fully enumerated, as we will never use
Andrew Bartlett
1
-0
/
+5
2007-10-10
r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:
Andrew Bartlett
5
-25
/
+87
2007-10-10
r8738: Test (using ejs!) the basic operation of the ldb modules.
Andrew Bartlett
1
-4
/
+60
2007-10-10
r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)
Andrew Tridgell
1
-0
/
+7
2007-10-10
r8735: added NBT and WINS testing to 'make test' so we will know if it breaks...
Andrew Tridgell
4
-0
/
+27
2007-10-10
r8734: fixed the wins server for the new ldb DN restrictions.
Andrew Tridgell
1
-3
/
+29
2007-10-10
r8729: make the RAW-SEARCH test more robust to servers with hash based direct...
Andrew Tridgell
1
-8
/
+5
2007-10-10
r8726: increase default session timeout to 15 minutes to be less painful for ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8725: redirect to the base install page not the provisioning page on first
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8724: some boilerplate installation text
Andrew Tridgell
1
-0
/
+14
2007-10-10
r8723: fix esptest menu
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8722: make the menu handling considerably saner and easier to follow. The whole
Andrew Tridgell
28
-122
/
+135
2007-10-10
r8721: Further work on libnet_rpc_usermod function. Now it can change
Rafal Szczesniak
3
-9
/
+56
2007-10-10
r8720: split form object out to separate include file, and make it a real
Andrew Tridgell
9
-95
/
+115
2007-10-10
r8718: try to improve the 2 level menu a bit.
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8717: Add monitor message emiting in userdel and usermod calls.
Rafal Szczesniak
1
-0
/
+10
2007-10-10
r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support
Andrew Tridgell
1
-7
/
+17
2007-10-10
r8714: Oops - get it right this time!
Tim Potter
1
-2
/
+2
2007-10-10
r8713: Experiment to try and fix warnings on 64-bit machines without breaking
Tim Potter
3
-3
/
+7
2007-10-10
r8712: cleanup old search test code to use talloc
Andrew Tridgell
1
-16
/
+18
2007-10-10
r8711: add m4 for finding return type for signal handlers
Andrew Tridgell
1
-0
/
+5
2007-10-10
r8710: another attempt at fixing HPUX
Andrew Tridgell
1
-1
/
+2
2007-10-10
r8709: fixed the assumption in RAW-SEARCH that directories are returned in so...
Andrew Tridgell
1
-1
/
+10
2007-10-10
r8708: fixed an assert that abartlet found
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it
Andrew Tridgell
1
-2
/
+0
2007-10-10
r8706: My previous patch oversimplied the previous change to session setup -
Andrew Bartlett
1
-3
/
+14
2007-10-10
r8703: cope with null string in interpret_addr()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8702: fixed ntlm_auth build. Andrew, can you check I got this right?
Andrew Tridgell
1
-7
/
+6
2007-10-10
r8701: Fix up auth_developer for recent changes.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
Andrew Bartlett
14
-464
/
+516
2007-10-10
r8699: removed invalid comment
Andrew Bartlett
1
-2
/
+0
2007-10-10
r8698: attempt to cope with lack of strtoull() on HPUX
Andrew Tridgell
1
-1
/
+9
2007-10-10
r8696: fixed ejs to more strictly follow the va_list rules. Might fix that
Andrew Tridgell
2
-3
/
+5
2007-10-10
r8693: Test code for usermod routine.
Rafal Szczesniak
2
-0
/
+72
2007-10-10
r8692: Starting parts of code to provide user modify functionality.
Rafal Szczesniak
3
-6
/
+195
2007-10-10
r8690: Code cleanups, improvements necessary for dependencies (not added yet)
Jelmer Vernooij
8
-98
/
+50
2007-10-10
r8685: an alpha in the build farm is dying with a floating point
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8684: this should fix the panic on x86_64, and possibly alpha
Andrew Tridgell
1
-2
/
+6
2007-10-10
r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This sa...
Andrew Tridgell
1
-4
/
+17
2007-10-10
r8680: try harder to find the binary for gdb in the backtrace
Andrew Tridgell
1
-0
/
+11
2007-10-10
r8679: only call fault setup once (thanks to andrew for pointing this out)
Andrew Tridgell
1
-3
/
+4
2007-10-10
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
7
-24
/
+39
2007-10-10
r8677: The first part of the domain name may not be equal to the netbios doma...
Andrew Bartlett
2
-2
/
+4
2007-10-10
r8676: attribute lists in ldb searches must be NULL terminated
Andrew Tridgell
1
-1
/
+1
[next]