summaryrefslogtreecommitdiff
path: root/source4/cldap_server
Commit message (Expand)AuthorAgeFilesLines
...
* s4:fill_netlogon_samlogon_response - reorder assign operations (to be consist...Matthias Dieter Wallnöfer2010-04-271-5/+4
* s4:fill_netlogon_samlogon_response - use "lp_workgroup" for the short netbios...Matthias Dieter Wallnöfer2010-04-271-1/+1
* s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell2010-04-282-5/+23
* s4:cldap_server: allow src_address = NULL in fill_netlogon_samlogon_response()Stefan Metzmacher2010-04-271-2/+10
* s4:CLDAP server - make use of the new "samdb_client_site_name" callMatthias Dieter Wallnöfer2010-04-271-2/+3
* s4-cldap: we should set the w2k8 flags even if not the PDC emulatorAndrew Tridgell2010-04-221-3/+4
* s4:"samdb_server_site_name" uses - proof for out of memoryMatthias Dieter Wallnöfer2010-04-131-1/+3
* s4:fill_netlogon_samlogon_reponse - fix a typoMatthias Dieter Wallnöfer2010-04-131-1/+1
* s4:dcesrv_netr_DsRGetDCNameEx2 - provide a much better implementationMatthias Dieter Wallnöfer2010-04-131-0/+14
* s4:fill_netlogon_samlogon_response - some rework of the detection codeMatthias Dieter Wallnöfer2010-04-131-16/+26
* s4:CLDAP - "fill_netlogon_samlogon_reponse" - check for out of memoryMatthias Dieter Wallnöfer2010-04-131-1/+4
* s4:use "samdb_forest_name" for the forest DNS domainname lookupMatthias Dieter Wallnöfer2010-04-131-2/+4
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-1/+1
* s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functionsMatthias Dieter Wallnöfer2010-04-121-1/+1
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+18
* s4:cldap_server - make it "signed-safe"Matthias Dieter Wallnöfer2010-02-252-2/+2
* s4-server: use GUID_to_ndr_blob() in cldap and smb serversAndrew Tridgell2009-12-101-5/+3
* s4-dsdb: added dsdb_functional_level() helper functionAndrew Tridgell2009-12-091-3/+1
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4:sites - get the server site (name) from DSDBMatthias Dieter Wallnöfer2009-10-181-2/+2
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-7/+5
* s4-cldap: match w2k8-r2 for cldap netlogon bitsAndrew Tridgell2009-10-021-10/+17
* s4-cldap: return domainFunctionality from SAMAndrew Tridgell2009-09-231-0/+5
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-6/+8
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-1/+1
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-6/+12
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-96/+20
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-193-56/+76
* s4:cldap: s/private/private_dataStefan Metzmacher2009-02-022-2/+2
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-3/+3
* Sync with Samba 3.Jelmer Vernooij2008-10-141-1/+1
* Merge commit 'master/master'Andrew Tridgell2008-10-031-40/+40
|\
| * The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-40/+40
* | fixed the sense of ldb base dn comparisons in two places, and use aAndrew Tridgell2008-10-021-1/+1
* | we need to listen on all interfaces in the CLDAP server as the windowsAndrew Tridgell2008-10-021-8/+9
|/
* LDB ASYNC: misc changesSimo Sorce2008-09-291-12/+9
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-24/+20
* fixed the DomainDNS searches in the netlogon codeAndrew Tridgell2008-08-221-2/+2
* Validate input in the CLDAP and DGRAM 'netlogon' responder.Andrew Bartlett2008-08-211-7/+37
* Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2008-08-201-1/+7
* Rework samdb handling for 'netlogon' packets.Andrew Bartlett2008-06-301-1/+1
* Fix creation of sockaddr in netlogon datagram generator.Andrew Bartlett2008-05-211-1/+1
* Extend the 'netlogon' CLDAP and NBT implementation.Andrew Bartlett2008-05-211-10/+50
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-201-2/+2
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1