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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's what
Günther Deschner
3
-11
/
+29
2007-10-10
r11963: add rpccli_samr_chgpasswd3 from samba4.
Günther Deschner
3
-1
/
+299
2007-10-10
r11962: Bring talloc up to date with Samba4, re-add the
Jeremy Allison
4
-55
/
+229
2007-10-10
r11960: add 'wbinfo --separator' to get the currently active winbind_separator.
Günther Deschner
1
-2
/
+19
2007-10-10
r11950: If we got a connection oriented cancel pdu we would spin processing it.
Jeremy Allison
3
-12
/
+148
2007-10-10
r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...
Volker Lendecke
2
-28
/
+6
2007-10-10
r11945: Make us follow the newly documented pathname processing rules:
Jeremy Allison
1
-0
/
+13
2007-10-10
r11943: Don't reset attrs to zero in EA get - we are adding
Jeremy Allison
1
-1
/
+2
2007-10-10
r11938: Fix cifs to handle non-numeric uid and gid parameters and merge trunk...
Steve French
1
-42
/
+122
2007-10-10
r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>.
Jeremy Allison
1
-1
/
+4
2007-10-10
r11927: No users or groups to return in BUILTIN domain.
Jeremy Allison
1
-0
/
+14
2007-10-10
r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"
Jeremy Allison
2
-26
/
+55
2007-10-10
r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...
Volker Lendecke
3
-27
/
+41
2007-10-10
r11922: Looks bigger than it is: There's no point in allocating arrays in
Volker Lendecke
4
-49
/
+30
2007-10-10
r11921: samr_open_domain can only open "our" domain and BUILTIN.
Volker Lendecke
1
-0
/
+5
2007-10-10
r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...
Volker Lendecke
3
-20
/
+62
2007-10-10
r11919: The generic mappings in srv_samr_nt.c are only used there -- make them
Volker Lendecke
4
-50
/
+63
2007-10-10
r11918: Remove two unused variables
Volker Lendecke
1
-2
/
+0
2007-10-10
r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now.
Volker Lendecke
3
-30
/
+30
2007-10-10
r11916: auth_get_sam_account is only used in auth_rhosts.c -- move it there
Volker Lendecke
2
-30
/
+30
2007-10-10
r11915: Remove unused extern declarations
Volker Lendecke
1
-4
/
+0
2007-10-10
r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...
Volker Lendecke
2
-6
/
+28
2007-10-10
r11909: Implement 'reset on zero vc'. This kills other connections when a ses...
Volker Lendecke
3
-1
/
+32
2007-10-10
r11898: Add a missing become_root().
Volker Lendecke
1
-0
/
+7
2007-10-10
r11886: Fix 3187: logon hours restrictions were off corresponding to our offs...
Jim McDonough
1
-2
/
+3
2007-10-10
r11876: When we are using START_TLS to secure the LDAP connection, we *have* to
Günther Deschner
1
-3
/
+12
2007-10-10
r11875: Allow to use START_TLS (by manually setting "ldap ssl = start_tls") for
Günther Deschner
1
-0
/
+5
2007-10-10
r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.
Günther Deschner
2
-104
/
+142
2007-10-10
r11867: attempt at fixing the compile issue with nss_winbind.so on HP-UX caus...
Gerald Carter
1
-1
/
+3
2007-10-10
r11865: The only way to stop multiple LDAP searches is to agressively cache
Jeremy Allison
1
-30
/
+36
2007-10-10
r11864: fix build breakage with solaris LDAP patch (my fault)
Gerald Carter
1
-2
/
+2
2007-10-10
r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...
Gerald Carter
4
-6
/
+52
2007-10-10
r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure that
Jeremy Allison
1
-10
/
+8
2007-10-10
r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...
Gerald Carter
2
-15
/
+26
2007-10-10
r11859: Another place where the SE_GROUP constants read better then "7".
Günther Deschner
1
-1
/
+1
2007-10-10
r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
Günther Deschner
2
-1
/
+57
2007-10-10
r11857: Fix the build.
Günther Deschner
1
-1
/
+1
2007-10-10
r11856: Replace unknown1 with group_attr.
Günther Deschner
4
-8
/
+21
2007-10-10
r11855: patch from Aruna Prabakar for checking that the spooler si running on...
Gerald Carter
1
-0
/
+29
2007-10-10
r11854: Remove unused DOM_SID.
Günther Deschner
1
-1
/
+1
2007-10-10
r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).
Günther Deschner
4
-0
/
+154
2007-10-10
r11852: Fill in samr_get_dom_pwinfo based on Samba4.
Günther Deschner
4
-20
/
+39
2007-10-10
r11851: Display correct error string.
Günther Deschner
1
-1
/
+1
2007-10-10
r11847: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give a
Günther Deschner
2
-3
/
+10
2007-10-10
r11845: Removed error code list as it isn't correct for Linux.
Jeremy Allison
1
-8
/
+0
2007-10-10
r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOS
Jeremy Allison
1
-33
/
+41
2007-10-10
r11839: Info level 0x101 is really a protocol NT level.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11833: fix build issues in smbget with the Sun compiler. Reported by Richard...
Gerald Carter
1
-10
/
+14
2007-10-10
r11830: patch from Rashid N. Achilov <shelton@granch.ru> to add descriptions ...
Gerald Carter
1
-32
/
+40
[next]