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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9381: Line wrapping.
Tim Potter
1
-8
/
+8
2007-10-10
r9379: the valgrind test box is now just going past the max 30 minute smbd
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9378: initialise the last_mod attribute in the ldb backend. Better to return
Andrew Tridgell
1
-0
/
+2
2007-10-10
r9377: made winreg a user tool (I find it quite useful). I expect it to get t...
Andrew Tridgell
2
-0
/
+76
2007-10-10
r9374: HPUX is also missing setegid()
Andrew Tridgell
2
-1
/
+13
2007-10-10
r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions
Stefan Metzmacher
6
-24
/
+168
2007-10-10
r9372: - make the subcontext handling autogenerated code look nicer,
Stefan Metzmacher
5
-126
/
+179
2007-10-10
r9371: add the usefull trick hack for NT_STATUS_NO_MEMORY too
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r9370: need a configure test for setresuid()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9369: an attempt to fix the build on HPUX. This is based on work by Don
Andrew Tridgell
5
-137
/
+35
2007-10-10
r9360: fixed the IDL for winreg_SetValue()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9359: don't check for size overflow if value is NULL
Andrew Tridgell
1
-1
/
+2
2007-10-10
r9358: - opening a winreg key of "" is the same as re-opening the hive. The
Andrew Tridgell
1
-11
/
+17
2007-10-10
r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to
Tim Potter
13
-39
/
+0
2007-10-10
r9356: a better way of coping with NULL arrays in the array bounds checking. ...
Andrew Tridgell
2
-8
/
+4
2007-10-10
r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...
Andrew Tridgell
1
-4
/
+4
2007-10-10
r9347: this array bounds checking is harder than it looks ...
Andrew Tridgell
2
-2
/
+12
2007-10-10
r9346: allow test_ldap.sh to be called when $CONFFILE is not set
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9344: started adding calls for manipulation of data blobs in ejs
Andrew Tridgell
4
-1
/
+167
2007-10-10
r9340: print the [in] contents when debugging even if the marshalling
Andrew Tridgell
1
-2
/
+4
2007-10-10
r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejs
Andrew Tridgell
4
-3
/
+88
2007-10-10
r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue
Andrew Tridgell
5
-112
/
+219
2007-10-10
r9337: defer the checking of array sizes until the end of the
Andrew Tridgell
1
-4
/
+53
2007-10-10
r9335: only copy the in side of an array to the out side of an array when the
Andrew Tridgell
1
-1
/
+2
2007-10-10
r9321: Fix potential bug found by Coverity. src_len has to be int but later w...
Alexander Bokovoy
1
-5
/
+5
2007-10-10
r9320: Fix premature dereference bug found by Coverty and also get rid of non...
Alexander Bokovoy
1
-6
/
+3
2007-10-10
r9319: updated newuser script for new OO style for nss object
Andrew Tridgell
1
-1
/
+2
2007-10-10
r9318: fix searches with scope ONE and SUB,
Stefan Metzmacher
2
-1
/
+5
2007-10-10
r9311: Missing null pointer check in ejsLib
Steve French
1
-1
/
+2
2007-10-10
r9310: Add two missing return statements after null pointer checks to fix pot...
Steve French
1
-0
/
+2
2007-10-10
r9309: Incorrect null pointer check in return from talloc.
Steve French
1
-1
/
+1
2007-10-10
r9305: Use the check-var.m4 from roken to really, really detect h_errno corre...
Andrew Bartlett
2
-4
/
+30
2007-10-10
r9300: cope with zero length in ndr_pull_charset()
Andrew Tridgell
1
-0
/
+4
2007-10-10
r9299: fixed the evaluation of pointer expressions that evaluate to boolean
Andrew Tridgell
1
-2
/
+25
2007-10-10
r9298: pull non-array elements before array elements to overcome the problem
Andrew Tridgell
1
-0
/
+12
2007-10-10
r9297: Add a NDR_CHECK() around each ejs push/pull.
Tim Potter
1
-1
/
+8
2007-10-10
r9296: Reinstate generation of push/pull functions for each field in a struct
Tim Potter
1
-4
/
+16
2007-10-10
r9295: Tridge had some good suggestions for simplifying the smb_interfaces ejs
Tim Potter
1
-180
/
+0
2007-10-10
r9292: More compiles fixes for autogenerated smb_interfaces ejs wrappers.
Tim Potter
1
-8
/
+101
2007-10-10
r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't
Tim Potter
2
-1
/
+50
2007-10-10
r9284: Whitespace. (-:
Tim Potter
1
-3
/
+3
2007-10-10
r9279: In Samba3 debuglevel 10 used to print RPC debugs. I think this should
Tim Potter
1
-2
/
+2
2007-10-10
r9260: only overwrite destination files when the temp files was created correct
Stefan Metzmacher
2
-5
/
+10
2007-10-10
r9258: return is only supported in function, not in plain shell scripts
Stefan Metzmacher
2
-9
/
+9
2007-10-10
r9257: - I assume we don't need unistd.h in this file,
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r9240: - move struct security_token to the idl file, with this we can
Stefan Metzmacher
13
-53
/
+24
2007-10-10
r9239: I think this is the right IDL for the eventlog record. Pidl is
Tim Potter
1
-0
/
+2
2007-10-10
r9238: Some test code to do user-unmarshalling of eventlog_Record data.
Tim Potter
1
-0
/
+26
2007-10-10
r9237: Fix eventlog_Record typedef so it decodes records source and computer
Tim Potter
1
-15
/
+13
2007-10-10
r9235: Remove attribute search we no longer reference.
Andrew Bartlett
1
-1
/
+0
[next]