1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

13030 Commits

Author SHA1 Message Date
John Terpstra
fe13a878d5 Fixing typos. -
Tim Potter
ee78196bcf Merge of missed another while condition when enumerating aliases. -
Richard Sharpe
6cf0ee44ca Keep coding this boring stuff to lay out security descriptors ... -
Tim Potter
8ff52aec87 Missed another condition on a while loop. -
Gerald Carter
b110c499fa fix and if () that should be an 'else if()' -
Gerald Carter
82f024723c fix and if () that should be an 'else if()' -
Tim Potter
aa748e1da5 Minor cleanup of enum domain groups/aliases:
- return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a
      talloc fails

  - don't try and tallocate memory when the number of entries returned was
    zero

  - rename some cut&pasted variable names in enum domain aliases function
-
Tim Potter
4998a72cf8 Merge:
>When calling cli_samr_enum_{dom,als}_groups in a while loop, the
>terminating condition should be result != STATUS_MORE_ENTRIES, not
>result == NT_STATUS_OK otherwise we get stuck in an infinite loop
>when there's any sign of trouble.
-
Tim Potter
cb94b2b2d1 Minor cleanup of enum domain groups/aliases:
- return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a
    talloc fails

  - don't try and tallocate memory when the number of entries returned was
    zero

  - rename some cut&pasted variable names in enum domain aliases function
-
Tim Potter
2266d281a4 When calling cli_samr_enum_{dom,als}_groups in a while loop, the
terminating condition should be result != STATUS_MORE_ENTRIES, not
result == NT_STATUS_OK otherwise we get stuck in an infinite loop
when there's any sign of trouble.
-
John Terpstra
2b28e69ddf Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net> -
John Terpstra
5a38f1cc60 Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net> -
John Terpstra
a154203e33 Update: ADS: Type, ProfileMgmt: Docs on how to disable roaming profiles -
John Terpstra
efd8872989 Updates: ADS typo fix, ProfileMgmt: Additional docs on how to disable roaming profiles. -
Jelmer Vernooij
b2d9d45049 Don't store UID or GID -
Jelmer Vernooij
a986076a74 Don't store UID or GID -
Jelmer Vernooij
9b969f877f Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are
in 3_0
-
Jelmer Vernooij
706090a1be In 3.0, pdb_mysql and pdb_xml are in passdb/ -
Jelmer Vernooij
d29407d41e Complain about duplicate charsets at debug level 0 instead of 2 -
Jelmer Vernooij
ad5ebd4f20 - Get rid of module_path_get_name()
- Use find backend function to find duplicates
- declare static function before using it
-
Jelmer Vernooij
d501946ef6 Declare static function before using it -
Jelmer Vernooij
871cad7e9a Get rid of module_path_get_name() and use the find backend function
to find duplicates
-
Jelmer Vernooij
9f9bdd97db Get rid of module_path_get_name() -
John Terpstra
d42170e7f0 Update from LanDude <landude@comcast.net> -
John Terpstra
d8f8794d10 Update from LanDude <landude@comcast.net> -
Jelmer Vernooij
69ec6be90f Check for absolute paths by only checking the first character of the module name.
Don't use strchr_m, which caused race conditions.
-
Jelmer Vernooij
9411e3336e Check for absolute paths by only checking the first character of the module name.
Don't use strchr_m, which caused race conditions.
-
Jim McDonough
ce56ccf932 Fix length in findfirst2 responses, fix os/2 clients -
Jim McDonough
c12feff680 Fix length in findfirst2 responses, fix os/2 clients -
Gerald Carter
4c7ee6e6b8 groupmap delete should take a name or a SID -
Gerald Carter
d9277bd064 groupmap delet should take a name or a SID -
Andrew Bartlett
317158972e Revert patch - we need to try the NTLMSSP code below...
Andrew Bartlett
-
Andrew Bartlett
984321bfab Use the kerberos error from ads_kinit_password() in the return value from
our SASL code - help in printing a useful error message.

Andrew Bartlett
-
Andrew Bartlett
f200a5b858 Merge from HEAD - always initailise this to zero - helps callers in loops. -
Andrew Bartlett
ec8d6524c6 Merge auth changes from HEAD:
- better error codes than NT_STATUS_UNSUCCESSFUL for domain logon errors
 - make auth_winbind load the ntdomain module if winbind isn't there.
 - use new trusted domains cache to determine if the domain is valid.

Andrew Bartlett
-
Andrew Bartlett
748ed3552b Irix CC reminds us that this is non-standard.
Andrew Bartlett
-
Andrew Bartlett
5c36308d14 Make sure that we don't compile pdb_ldap on systems with ldap.h, but without
-lldap.

Andrew Bartlett
-
Andrew Bartlett
3ad260ced9 Add vfs_fake_perms to Samba 3.0
Andrew Bartlett
-
Andrew Bartlett
107731c080 When possible, store the IP address of the connecting client, not just the
hostname.

This makes 'last -i' show the IP.

Thanks to Philip Anderson <pza@australia.op.org> for the idea.

Andrew Bartlett
-
Richard Sharpe
7105265238 More code to do with constructing SK records and self relative SDs. -
Richard Sharpe
7607a1c3cd More functions to compute the space taken up by SIDs, ACEs, ACLs, SEC
DESCs etc, so we can store these in an output file.
-
Andrew Bartlett
0e04761abe This is really trying to be a StrnCpy (most names will overflow the 10 char
limit)
-
John Terpstra
587ced729c Update from HEAD. -
Gerald Carter
5de29a84b3 remove smbgroupedit entity -
John Terpstra
81203dc95c Updating from HEAD. -
John Terpstra
076882b91c Fix for bad macro error. -
Jelmer Vernooij
f56a188532 Patch from Guenther Deschner to fix build with gcc 3.2 -
Jelmer Vernooij
aa07b12fda Patch from Stefan Metzmacher to add default parameters to the lp_parm()
smb.conf parameters along with some other small fixes. Binary
compatible with older modules.
-
Jelmer Vernooij
ab631b31fb Patch from Guenther Deschner to fix build with gcc 3.2 -
Jelmer Vernooij
147c4d56d8 Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf
parameters. Does not break binary compatibility with older modules.
-