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