1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

16369 Commits

Author SHA1 Message Date
Jeremy Allison
b0c109c403 Added cli_set_ea(), cli_get_ea next...
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
ab509c74ba adding commit messages for recent changes 0001-01-01 00:00:00 +00:00
Gerald Carter
170c443b19 remove unused variable 0001-01-01 00:00:00 +00:00
Gerald Carter
97a24d1389 missed one on BUG 1195; make sure to set the private * to NULL 0001-01-01 00:00:00 +00:00
Gerald Carter
8d6e370313 BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1 rather than multiplying it by 8 (the default cache time is 5 minutes now) 0001-01-01 00:00:00 +00:00
Gerald Carter
4449e0e251 bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's memory (not the members though) 0001-01-01 00:00:00 +00:00
Andrew Bartlett
d0b820562b Given how often a panic has to do with malloc() problems, don't tempt
things more by calling SAFE_FREE() just before we exit our panic handler.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Gerald Carter
2426bb4906 removing duplicate smbprint example script 0001-01-01 00:00:00 +00:00
Jeremy Allison
a6045c904f Fix for #1064 - ensure truncate attribute checking is done correctly on "hidden" dot files.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
f3556724ab starting WHATSNEW for 3.0.3pre2 0001-01-01 00:00:00 +00:00
Gerald Carter
a90c3bd281 BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info struct in register_vuid() -- shouldn't be any more broken than we were 0001-01-01 00:00:00 +00:00
Gerald Carter
a6ed306d11 removing working when install swat since the installswat.sh is fixed now 0001-01-01 00:00:00 +00:00
Gerald Carter
3aac1e549e missed some of Derrel's changes 0001-01-01 00:00:00 +00:00
cvs2svn Import User
73ffc394b5 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Richard Sharpe
a6457e1c81 Apply some more of Derrell Lipman's changes. 0001-01-01 00:00:00 +00:00
Gerald Carter
649e1c372e add --with-libdir and --with-mandir (patch from Guenther Deschner) 0001-01-01 00:00:00 +00:00
Gerald Carter
a1d6200cd5 add --with-libdir and --with-mandir (patch from Guenther Deschner) 0001-01-01 00:00:00 +00:00
Gerald Carter
54de604054 bumping version to 3.0.3pre2 0001-01-01 00:00:00 +00:00
Gerald Carter
5fbfaa687a updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD 0001-01-01 00:00:00 +00:00
Gerald Carter
8ceefd5438 cleaning up a few compiler warngings 0001-01-01 00:00:00 +00:00
Gerald Carter
e54342b062 wrap cli_tdis() in check to make sure we have a valid cnum 0001-01-01 00:00:00 +00:00
Simo Sorce
d940a2f773 add privileges support to ldapsam too 0001-01-01 00:00:00 +00:00
Simo Sorce
e05eb14370 backport from head 0001-01-01 00:00:00 +00:00
Simo Sorce
83213238c2 the buffer must be greater then src string len otherwise bad things happen! 0001-01-01 00:00:00 +00:00
Jeremy Allison
6e4123fd6b Fix gcc warnings. Fix mkproto with new type.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
00fa66df3e Fix gcc warnings. Fix mkproto with new type.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
0272fac8ca Merge from HEAD for Amanda group.
Apply Craig Barratt's fixes to allow multiple exlusion files and patterns.
Jeremy.
0001-01-01 00:00:00 +00:00
Richard Sharpe
10d05b57c5 Apply Craig Barratt's fixes to allow multiple exlusion files and patterns.
Much of this was applied by hand because of the changes in the code. However,
it builds and smbclient seems to work still. The Amanda folks are testing
and it seems to work there as well.
0001-01-01 00:00:00 +00:00
Jim McDonough
b627cee384 merge from 3.0...LDAP password lockout support 0001-01-01 00:00:00 +00:00
Jim McDonough
2a679cbc87 Password lockout for LDAP backend. Caches autolock flag, bad count, and
bad time locally, updating the directory only for hitting the policy limit
or resetting.

This needed to be done at the passdb level rather than auth, because some
of the functions need to be supported from tools such as pdbedit.  It was
done at the LDAP backend level instead of generically after discussion,
because of the complexity of inserting it at a higher level.

The login cache read/write/delete is outside of the ldap backend, so it could
easily be called by other backends.  tdbsam won't call it for obvious
reasons, and authors of other backends need to decide if they want to
implement it.
0001-01-01 00:00:00 +00:00
Gerald Carter
ad59b6fd9c BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change using pam_smbpass 0001-01-01 00:00:00 +00:00
Gerald Carter
f21182e24f BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change using pam_smbpass 0001-01-01 00:00:00 +00:00
Jeremy Allison
e8b68ef965 Correctness patch from fumiya@miraclelinux.com to count characters correctly,
doesn't affect what got put on the wire.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
05243a8de0 Correctness patch from fumiya@miraclelinux.com to count characters correctly,
doesn't affect what got put on the wire.
Jeremy.
0001-01-01 00:00:00 +00:00
Richard Sharpe
bf89adbcb4 Commit Derrell Lipman's changes and fixes to libsmbclient. The build but
I have not tested them beyond building. I did fix the two instances of
safe_strxxx that were introduced.
0001-01-01 00:00:00 +00:00
Gerald Carter
3744d282ba updating release notes in preparation fro 3.0.3pre1 0001-01-01 00:00:00 +00:00
Volker Lendecke
b58b8b7d6b Fix sambaUserWorkstations on a Samba DC 0001-01-01 00:00:00 +00:00
Volker Lendecke
a409dd55e8 Fix sambaUserWorkstations for network samlogons against us as DC. Strip
the \\ off the workstation.

Volker
0001-01-01 00:00:00 +00:00
Volker Lendecke
d01cb00aad Fix sambaUserWorkstations for network samlogons against us as DC. Strip
the \\ off the workstation.

Volker
0001-01-01 00:00:00 +00:00
Volker Lendecke
1f2dd3a455 Two little annoyances:
net rpc did not inform you if no smbd is running.

I never liked the error message (!) Success! when we established a trust.

Volker
0001-01-01 00:00:00 +00:00
Volker Lendecke
4191a434d4 Two little annoyances:
net rpc did not inform you if no smbd is running.

I never liked the error message (!) Success! when we established a trust.

Volker
0001-01-01 00:00:00 +00:00
Jeremy Allison
74de9a6140 Added a varient of Volker's patch to fix the "self-referrals as anonymous user"
problem.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9305cd4f2d Added a varient of Volker's patch to fix the "self-referrals as anonymous user"
problem.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
6339c4690a Remove excess logging when probing for the length of the next mb char.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5a2fd8e765 Remove excess logging when probing for the length of the next mb char.
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
234800eeb6 asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response so dont check for it 0001-01-01 00:00:00 +00:00
Gerald Carter
4d68d3d5dd asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response so dont check for it 0001-01-01 00:00:00 +00:00
Gerald Carter
77bf9fe0ce BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma build 0001-01-01 00:00:00 +00:00
Gerald Carter
c0a38844be BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma build 0001-01-01 00:00:00 +00:00
Jeremy Allison
5a9324525a Change check_path_syntax() to use the new next_mb_char_size() function
to make it generic. Remove the mb-codepage "blacklist". Alexander, please
check this fix as it reverts your blacklist changes, but I'm hoping it
fixes the problem in a more generic way for all charsets. I'm not trying
to trample on your (excellent!) work here, just make things more generic
without special cases.
Jeremy.
0001-01-01 00:00:00 +00:00