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
path:
root
/
source3
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15560: Since the hotel doesn't have Sci-Fi and no "Doctor Who"....
Gerald Carter
1
-5
/
+71
2007-10-10
r15559: Smaller fixes for the new cldap code:
Günther Deschner
1
-2
/
+1
2007-10-10
r15549: removing rhosts and 'hosts equiv' authentication features
Gerald Carter
1
-9
/
+0
2007-10-10
r15543: New implementation of 'net ads join' to be more like Windows XP.
Gerald Carter
6
-517
/
+607
2007-10-10
r15529: Initialise our saved uid and gid so that we can tell when
James Peach
1
-0
/
+1
2007-10-10
r15523: Honour the time_offset also when verifying kerberos tickets. This
Günther Deschner
1
-1
/
+1
2007-10-10
r15471: Clarify error message
Volker Lendecke
2
-4
/
+4
2007-10-10
r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for
Gerald Carter
2
-30
/
+48
2007-10-10
r15460: Prefer to use the indexed objectCategory attribute (instead of
Günther Deschner
1
-2
/
+2
2007-10-10
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Günther Deschner
1
-0
/
+31
2007-10-10
r15424: Implement a "stacktrace" smbcontrol option using libunwind's remote
James Peach
1
-1
/
+186
2007-10-10
r15341: Ok I give up, I've been beaten by bug reports. People
Jeremy Allison
1
-7
/
+43
2007-10-10
r15336: Unknown escape sequence: '\305' - should have been '\n'.
Jeremy Allison
1
-1
/
+1
2007-10-10
r15311: look at the NT password (not lanman one) when determining if smbpassw...
Gerald Carter
1
-1
/
+1
2007-10-10
r15305: Let winbind search by sid directly (or in windows terms: "bind to a
Günther Deschner
1
-0
/
+68
2007-10-10
r15198: Mention the auditing tool in "net rpc help".
Günther Deschner
1
-0
/
+1
2007-10-10
r15194: We need to be able to join as PDC as well. Thanks to Andrew Bartlett.
Günther Deschner
2
-6
/
+4
2007-10-10
r15173: Fix a non-critical memleak
Volker Lendecke
1
-7
/
+2
2007-10-10
r15152: Fix a case when target is offline. Jerry, this needs to be in 3.0.23pre1
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r15137: Refuse to join if our netbios name is longer than 15 chars. I think t...
Volker Lendecke
2
-0
/
+13
2007-10-10
r15136: Fix join consistency check
Volker Lendecke
2
-2
/
+2
2007-10-10
r15123: Don't even try to join with an inproper configuration.
Günther Deschner
2
-0
/
+13
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
2
-7
/
+7
2007-10-10
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
Günther Deschner
2
-0
/
+415
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2
-3
/
+8
2007-10-10
r15011: Fix bug # 2413. net rpc info can't reliably work anonymously anymore.
Volker Lendecke
1
-1
/
+3
2007-10-10
r14900: Separate words in error message.
James Peach
1
-1
/
+1
2007-10-10
r14899: Add missing semi-colon.
James Peach
1
-1
/
+1
2007-10-10
r14898: This change is an attempt to improve the quality of the information that
James Peach
1
-0
/
+43
2007-10-10
r14831: Fix possible null deref. Coverity #279.
Jeremy Allison
1
-0
/
+7
2007-10-10
r14757: Make sure we only send out a CLDAP request to an connected AD server.
Günther Deschner
1
-4
/
+6
2007-10-10
r14743: Fix coverity bug #227. Possible deref of null pointer
Jeremy Allison
1
-5
/
+10
2007-10-10
r14699: allow 'net sam addmem' to accept a SID for the member
Gerald Carter
1
-5
/
+19
2007-10-10
r14683: Get rid of hardcoded output file. With no arg, print to stdout,
Jim McDonough
1
-75
/
+59
2007-10-10
r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there a
Jim McDonough
1
-14
/
+19
2007-10-10
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
1
-2
/
+1
2007-10-10
r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gid
Gerald Carter
1
-0
/
+59
2007-10-10
r14577: BUG Fixes:
Gerald Carter
1
-13
/
+199
2007-10-10
r14416: Remove deadcode. Coverity #198.
Jeremy Allison
1
-11
/
+1
2007-10-10
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
1
-5
/
+2
2007-10-10
r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to be
Jim McDonough
1
-0
/
+8
2007-10-10
r14272: Fix Coverity # 81: free alloc'ed storage before returning
Jim McDonough
1
-6
/
+7
2007-10-10
r14214: Fix Coverity Bug # 57
Volker Lendecke
1
-0
/
+4
2007-10-10
r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()
Jim McDonough
1
-5
/
+6
2007-10-10
r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()
Jim McDonough
1
-0
/
+2
2007-10-10
r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()
Jim McDonough
1
-0
/
+2
2007-10-10
r14152: Fix coverity #117: free storage alloc'ed by sstring_sub
Jim McDonough
1
-0
/
+1
2007-10-10
r14150: Fix coverity #118: not freeing alloc'ed storage returned from
Jim McDonough
1
-1
/
+3
2007-10-10
r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.
Jim McDonough
1
-4
/
+8
2007-10-10
r14146: Just some typos.
Günther Deschner
1
-1
/
+1
[prev]
[next]