index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
adding commit messages for recent changes
Gerald Carter
2004-03-22
1
-1
/
+5
*
remove unused variable
Gerald Carter
2004-03-22
1
-2
/
+0
*
missed one on BUG 1195; make sure to set the private * to NULL
Gerald Carter
2004-03-22
1
-5
/
+2
*
BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...
Gerald Carter
2004-03-22
1
-0
/
+2
*
bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...
Gerald Carter
2004-03-22
3
-9
/
+35
*
Given how often a panic has to do with malloc() problems, don't tempt
Andrew Bartlett
2004-03-21
1
-1
/
+1
*
removing duplicate smbprint example script
Gerald Carter
2004-03-20
1
-144
/
+0
*
Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...
Jeremy Allison
2004-03-19
2
-5
/
+28
*
starting WHATSNEW for 3.0.3pre2
Gerald Carter
2004-03-19
1
-19
/
+70
*
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
2004-03-19
5
-2
/
+43
*
removing working when install swat since the installswat.sh is fixed now
Gerald Carter
2004-03-19
1
-4
/
+0
*
missed some of Derrel's changes
Gerald Carter
2004-03-19
3
-4
/
+23
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2004-03-19
1
-0
/
+91
|
\
|
*
Apply some more of Derrell Lipman's changes.
Richard Sharpe
2004-03-19
2
-1
/
+96
|
*
add --with-libdir and --with-mandir (patch from Guenther Deschner)
Gerald Carter
2004-03-19
1
-2
/
+34
|
*
cleaning up a few compiler warngings
Gerald Carter
2004-03-19
2
-2
/
+1
|
*
wrap cli_tdis() in check to make sure we have a valid cnum
Gerald Carter
2004-03-19
1
-9
/
+10
|
*
add privileges support to ldapsam too
Simo Sorce
2004-03-19
6
-28
/
+361
|
*
the buffer must be greater then src string len otherwise bad things happen!
Simo Sorce
2004-03-19
1
-0
/
+3
|
*
Fix gcc warnings. Fix mkproto with new type.
Jeremy Allison
2004-03-19
2
-11
/
+12
|
*
Apply Craig Barratt's fixes to allow multiple exlusion files and patterns.
Richard Sharpe
2004-03-18
2
-2
/
+16
|
*
merge from 3.0...LDAP password lockout support
Jim McDonough
2004-03-18
6
-2
/
+307
|
*
BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change us...
Gerald Carter
2004-03-18
1
-1
/
+1
|
*
Correctness patch from fumiya@miraclelinux.com to count characters correctly,
Jeremy Allison
2004-03-18
1
-0
/
+3
|
*
Commit Derrell Lipman's changes and fixes to libsmbclient. The build but
Richard Sharpe
2004-03-18
6
-119
/
+548
|
*
Fix sambaUserWorkstations for network samlogons against us as DC. Strip
Volker Lendecke
2004-03-18
1
-1
/
+9
|
*
Two little annoyances:
Volker Lendecke
2004-03-18
2
-3
/
+2
|
*
Added a varient of Volker's patch to fix the "self-referrals as anonymous user"
Jeremy Allison
2004-03-18
1
-19
/
+49
|
*
Remove excess logging when probing for the length of the next mb char.
Jeremy Allison
2004-03-17
2
-13
/
+20
|
*
asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...
Gerald Carter
2004-03-17
1
-0
/
+2
|
*
BUG 758 -- patch from jpeach@sgi.com (James Peach); fix pdma build
Gerald Carter
2004-03-17
1
-1
/
+6
|
*
Change check_path_syntax() to use the new next_mb_char_size() function
Jeremy Allison
2004-03-17
2
-43
/
+17
|
*
Add function next_mb_char_size() that returns a size_t of the number of
Jeremy Allison
2004-03-16
2
-0
/
+25
|
*
merges from 3.0
Gerald Carter
2004-03-16
3
-4
/
+9
|
*
BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...
Gerald Carter
2004-03-16
1
-0
/
+4
|
*
Fix check_path_syntax() for multibyte encodings which have no '\' as second b...
Alexander Bokovoy
2004-03-16
2
-1
/
+23
|
*
merging print change notify fix from HP appliance. Also might address some o...
Gerald Carter
2004-03-16
2
-80
/
+16
|
*
BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...
Gerald Carter
2004-03-16
4
-76
/
+96
|
*
Make sure we don't clobber the stack when response consists of the empty
Richard Sharpe
2004-03-16
1
-1
/
+4
|
*
Avoid mb conversion overflow when sending an announcement.
Jeremy Allison
2004-03-16
1
-1
/
+4
|
*
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
2004-03-15
22
-94
/
+97
|
*
removing extra comma in --with-fhs
Gerald Carter
2004-03-15
1
-1
/
+1
|
*
more fixes from 3.0
Gerald Carter
2004-03-15
1
-3
/
+3
|
*
sync small fixes from 3.0 and fix compiler warning in priv code
Gerald Carter
2004-03-15
6
-13
/
+11
|
*
fix byte ordering problem when storing the updating pid for the lpq cache; wa...
Gerald Carter
2004-03-15
1
-2
/
+5
|
*
Ok, one of the latest cleanups did too much... :-)
Volker Lendecke
2004-03-14
1
-29
/
+62
|
*
Clean up a bit :-)
Volker Lendecke
2004-03-14
2
-57
/
+13
|
*
Fix 'getent group aliasname', this did not look in pdb.
Volker Lendecke
2004-03-14
1
-7
/
+12
|
*
Add and delete aliases via srv_samr_nt. For that I added a RID allocation call
Volker Lendecke
2004-03-14
7
-58
/
+116
|
*
When trying to remove a user from a group, winbind should be informed
Volker Lendecke
2004-03-14
1
-0
/
+3
[next]